forked from petsc/petsc
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge upstream #24
Merged
Merged
Merge upstream #24
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fix a typo See merge request petsc/petsc!7973
….z, x+1.0.0) as compatible This for example, enables conda to update MPICH version from say mpich-4.0.1 to mpich-4.2.0 without having to rebuild PETSc This should restore the version checks added in !5260 which were lost in !7633.
kokkos vpbjacobi: Handle MPIAIJ matrices See merge request petsc/petsc!7974
restore version range checks for MPICH, OpenMPI: accept versions [x.y.z, x+1.0.0) as compatible See merge request petsc/petsc!7912
Minor housekeeping See merge request petsc/petsc!7975
Many other invocations already do this, but there is one hardcoded absolute path left The active SDK may be ahead of /usr/bin on $PATH, and /usr/bin may be an install-requesting proxy, not the actual tool e.g. builds on Azure macOS-13
…elease' Add webpage for 2025 meeting with appropriate links See merge request petsc/petsc!7970
resolve install_name_tool on $PATH See merge request petsc/petsc!7976
…is conflicts with '-V' option in config/petsc_harness.sh This conflict is triggered by 'make test V=0' as used by 'make alltests' Ref: balay@al:~/petsc$ make test search=ts_event_tests-ex3_V Using MAKEFLAGS: -- search=ts_event_tests-ex3_V TEST arch-ci-linux-cmplx-single-arm/tests/counts/ts_event_tests-ex3_V.counts ok ts_event_tests-ex3_V+V-1e2_change5-0 ok diff-ts_event_tests-ex3_V+V-1e2_change5-0 ok ts_event_tests-ex3_V+V-1e2_change5-1 ok diff-ts_event_tests-ex3_V+V-1e2_change5-1 ok ts_event_tests-ex3_V+V-1e5_change5-0 ok diff-ts_event_tests-ex3_V+V-1e5_change5-0 ok ts_event_tests-ex3_V+V-1e5_change5-1 ok diff-ts_event_tests-ex3_V+V-1e5_change5-1 ok ts_event_tests-ex3_V+V-1e8_change5-0 ok diff-ts_event_tests-ex3_V+V-1e8_change5-0 ok ts_event_tests-ex3_V+V-1e8_change5-1 ok diff-ts_event_tests-ex3_V+V-1e8_change5-1 balay@al:~/petsc$ make test search=ts_event_tests-ex3_V V=0 Using MAKEFLAGS: -- V=0 search=ts_event_tests-ex3_V not ok diff-ts_event_tests-ex3_V+V-0_change5-0 * Error code: 1 * 2,12c2,3 * < 0 1. 1.78245e-07 pass * < 0 1.05 4.52791e-08 pass * < 0 2. 1.44922e-07 pass * < 0 3. 1.08548e-07 pass * < 0 4. 4.04742e-07 pass * < 0 5. 2.7984e-06 pass * < 0 6. 2.24499e-07 pass * < 0 7. 1.88794e-07 pass * < 0 8. 2.82053e-07 pass * < 0 9. 5.73366e-07 pass * < 0 9.05 1.11373e-07 pass * --- * > 0 1.05 0.0500001 fail * > 0 9.05 8. fail ...
Reported-by: Lemon <[email protected]>
…for appropriate versions easily at build time
Simplify veckok cpu/gpu logging, in addition to adding missing ones See merge request petsc/petsc!7978
tests: switch '-V' option (to '-v') in src/ts/events/tests/ex3.c - this conflicts with '-V' option in config/petsc_harness.sh See merge request petsc/petsc!7980
petsc4py: Add preallocatorPreallocate binding See merge request petsc/petsc!7957
installation: clarify CUDA compatible Nvidia driver on Linux See merge request petsc/petsc!7985
…to 'release' petsc4py minor See merge request petsc/petsc!7987
PKG-INFO has an invalid pin on the numpy version used to create the source distribution
Fix the broken check that AVX512 is available in configure. See merge request petsc/petsc!7979
…ease' add rule make getversion to PETSc so users make (or cmake) can check for... See merge request petsc/petsc!7977
The previous code was part of Tao and was not a general purpose vector power function, it had highly algorithm specific handling in it for real numbers and fractional powers of negative numbers. Reported-by: Peder Jørgensgaard Olesen
…' into 'release' Add a link to the PETSc 2025 meeting discord channel to petsc.org See merge request petsc/petsc!7996
Change the functionality of VecPow to be as expected. See merge request petsc/petsc!8012
Accessing the FlowSolutionPointers arrays requires a different index than the solution id
… of deprecated -1. Reported-by: Sebastien Gilles <[email protected]>
CGNS: Fix CGNSGetSolutionTime See merge request petsc/petsc!8017
install: fix ranlib usage wrt self.executeShellCommand() as it can be 'ranlib -c' See merge request petsc/petsc!8015
Add news item to petsc.org with BlueSky link See merge request petsc/petsc!8018
…e/release' into 'release' Fix manual page for SNESSetDivergenceTolerance() by elimiting mention of deprecated -1. See merge request petsc/petsc!8019
Vec+Python: Fix reference counting in getDM() See merge request petsc/petsc!8021
…'release' Fix the VecNorm cached value sanity check for debug mode, it fails for a norm of NaN. See merge request petsc/petsc!8011
website: redirect /manualpages to release/manualpages See merge request petsc/petsc!8025
VecGetLocalToGlobalMapping_MPI_VecGhost: return Null if ghostis is not present See merge request petsc/petsc!8030
Housekeeping See merge request petsc/petsc!8035
…'release' generateCPreprocessorGuesses: fix docstring See merge request petsc/petsc!8032
connorjward
force-pushed
the
connorjward/merge-upstream
branch
from
December 3, 2024 14:35
742dc75
to
191d542
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.